solveit-core:Citation leaf node


URI

https://ontology.solveit-df.org/solveit/core/Citation

Label

SOLVE-IT Citation

Description

An academic or professional reference cited by a Technique, Weakness or Mitigation. Each citation carries an identifier (DFCite-NNNN), a plain text form, and where available a BibTeX form.

Superclasses (1)

Usage

Instances of solveit-core:Citation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-core:Citation
solveit-core:citationBibtex owl:DatatypeProperty The reference as a BibTeX entry, where one is available. xsd:string
solveit-core:citationID owl:DatatypeProperty The unique identifier for a SOLVE-IT citation (e.g., DFCite-1107). xsd:string
solveit-core:citationPlaintext owl:DatatypeProperty The reference written out as plain text. xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-core:Citation a owl:Class ;
    rdfs:label "SOLVE-IT Citation"@en ;
    rdfs:comment "An academic or professional reference cited by a Technique, Weakness or Mitigation. Each citation carries an identifier (DFCite-NNNN), a plain text form, and where available a BibTeX form."@en ;
    rdfs:subClassOf uco-core:UcoObject .