<http://localhost/code#hasSourceStartLineNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . <http://localhost/code#hasSourceStartLineNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://localhost/code#CodeElement> . <http://localhost/code#hasSourceStartLineNumber> <http://www.w3.org/2000/01/rdf-schema#label> "has source start line number" . <http://localhost/code#hasSourceStartLineNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates an element to the start line number in the source code" . <http://localhost/code#hasSourceStartLineNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#int> .