solveit-core:citationPlaintext leaf node


URI

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

Label

citation plain text

Description

The reference written out as plain text.

Usage

DOMAINPROPERTYRANGE
solveit-core:Citation solveit-core:citationPlaintext 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 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 .