@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix silk:	<http://data.silknow.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
silk:L18	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
silk:L18	rdfs:label	"has confidence score"@en ;
	rdfs:domain	rdf:Statement ;
	rdfs:range	rdf:Statement ;
	rdfs:comment	"This property is used for the confidence score of predictions"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
silk:L18	skos:notation	"L18"^^xsd:string .