solveit-core:citationID leaf node


URI

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

Label

citation ID

Description

The unique identifier for a SOLVE-IT citation (e.g., DFCite-1107).

Usage

DOMAINPROPERTYRANGE
solveit-core:Citation solveit-core:citationID 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:citationID a owl:DatatypeProperty ;
    rdfs:label "citation ID"@en ;
    rdfs:comment "The unique identifier for a SOLVE-IT citation (e.g., DFCite-1107)."@en ;
    rdfs:domain solveit-core:Citation ;
    rdfs:range xsd:string .