https://ontology.solveit-df.org/solveit/core/Citation
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.
Instances of solveit-core:Citation can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .