https://ontology.solveit-df.org/solveit/core/citationPlaintext
The reference written out as plain text.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-core:Citation | solveit-core:citationPlaintext | 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-core:citationPlaintext a owl:DatatypeProperty ;
rdfs:label "citation plain text"@en ;
rdfs:comment "The reference written out as plain text."@en ;
rdfs:domain solveit-core:Citation ;
rdfs:range xsd:string .